home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / L08B2.DIR / scripts_10_doAction - on mouseDown.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  107 b   |  5 lines

  1. on mouseDown me
  2.   put "clicked on " & (the member of sprite me.spriteNum).name
  3.   doAction(the clickOn)
  4. end
  5.